home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter Special 5: Digital Photography
/
ENTER Special 05.iso
/
Grafika
/
Paint Shop Pro 8.0
/
psp800ev.exe
/
Data1.cab
/
re.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2003-04-22
|
345 b
|
12 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.2)
'''Minimal "re" compatibility wrapper'''
engine = 'sre'
if engine == 'sre':
from sre import *
from sre import __all__
else:
from pre import *
from pre import __all__